home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 84 / XENIATGM84.iso / Time Machine / data1.cab / Time_Machine_Files / Scripts / x_disp1.ses < prev    next >
Text File  |  2000-02-22  |  341b  |  26 lines

  1. !    effets sur les persos
  2. TRANSPARENCY::rendu1
  3. {
  4.     Type = variable 
  5.     VariationType=LINEAR
  6.     NbKeys = 2
  7.     Degree00 = 255,255,255
  8.     Degree50 = 99,99,99
  9. }
  10. TRANSPARENCY::rendu2
  11. {
  12.     Type = variable 
  13.     VariationType=LINEAR
  14.     NbKeys = 2
  15.     Degree00 = 99,99,99
  16.     Degree10 = 99,99,99
  17. }
  18. main
  19. {
  20.     rendu1(30);
  21.     loop()
  22.     {
  23.         rendu2(30);
  24.     };
  25. }
  26.